'Declaration
<__DynamicallyInvokableAttribute()> Public Sub Insert( _ ByVal index As System.Integer, _ ByVal item As T _ )
'Usage
Dim instance As NotifyPropertyCollection(Of T) Dim index As System.Integer Dim item As T instance.Insert(index, item)
Parameters
- index
- item